DuplexMode

interface DuplexMode<T : PrintSettings?>

Allows configuring the duplex mode for printing.

Implemented by concrete PrintSettings implementations that support configuring the duplex mode for printing.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun duplexMode(): DuplexMode
Returns the duplex mode used by the printer.
abstract fun duplexMode(duplexMode: DuplexMode): T
Configures the duplex mode for printing.